Package com.cisco.pt.ipc.system
Interface NumberPool
- All Known Implementing Classes:
NumberPoolImpl
Information provided by the PKI file:
\class NumberPool
\brief NumberPool contains pools of numbers for activities.
\example appWindow().getActiveFile().getVariableManager().getNumberPoolAt(0)
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.system.Pool
getElementToString, isInPool, name
-
Method Details
-
getStart
int getStart()Information provided by the PKI file:
\brief Returns the starting number in the range. \return int, the starting number in the range.- Returns:
- int Returns a int
-
getEnd
int getEnd()Information provided by the PKI file:
\brief Returns the ending number in the range. \return int, the ending number in the range.- Returns:
- int Returns a int
-